Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid rip-relative addressing for OSX x86_64 #631

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

milesgranger
Copy link
Contributor

G'day!

As part of blosc2-rs I find I need to add this caveat otherwise it fails on OSX x86_64 arch, but only when testing with static build of c-blosc2.

Example failure run: https://github.com/milesgranger/blosc2-rs/actions/runs/10769365090/job/29860415491?pr=29#step:6:3029

ld: invalid use of rip-relative addressing in '_get_shuffle_implementation' to '___cpu_model'

Maybe there is a proper way to fix this, or I'm doing something silly.

@milesgranger
Copy link
Contributor Author

Looks like the Ubuntu GCC AARCH64 failure is unrelated, failing in another workflow before this PR.

@FrancescAlted FrancescAlted merged commit af8b50a into Blosc:main Sep 9, 2024
16 of 17 checks passed
@FrancescAlted
Copy link
Member

Thanks @milesgranger !

@milesgranger milesgranger deleted the v2.15.1-adapt branch September 9, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants